home *** CD-ROM | disk | FTP | other *** search
/ Nippon Obsessions 2 / Nippon Obsessions - Volume 2.iso / pc / video / som2.dir / 00031_Script_31 < prev    next >
Text File  |  1996-05-02  |  478b  |  24 lines

  1. on exitFrame
  2.   if rollover (3) then
  3.     set the cursor of sprite 3 to [88,89]
  4.     puppetsprite 3, true
  5.     set the castnum of sprite 3=cast"aide2"
  6.     updatestage
  7.   else
  8.     cursor 0
  9.     puppetsprite 3, false
  10.   end if
  11.   
  12.   
  13.   if rollover (4) then
  14.     
  15.     set the cursor of sprite 4 to [88,89]
  16.     puppetsprite 4, true
  17.     set the castnum of sprite 4=cast"oeil2"
  18.     updatestage
  19.   else
  20.     cursor 0
  21.     puppetsprite 4, false
  22.   end if
  23.   go to the frame
  24. end